matlab 安装

Solution: Step1: Go to Google Chrome: Access same URL: Download Certificate (call it myCert.cer)

Open Google Chrome. Click on Three Dots on Right-Top Most Corner, Select More Tools/Developer Tools –> Go to Security Tab –> Select View Certificate –> Go to Details Tab –> Click on Copy to File.

Step2: Download importcert.m and execute >> importcert(‘myCert.cer’)
Step3: Restart MATLAB

Adding certificate:

Keytool -import -alias CERTNAME -file c:\certificate.crt(you are asked to define password)

and

Keytool -keystore ..\lib\security\cacerts -import -alias CERTNAME -file c:\certificate.crt(if password required, try 'changeit')

参考:https://ww2.mathworks.cn/matlabcentral/answers/92506-how-can-i-configure-matlab-to-allow-access-to-self-signed-https-servers

坚持原创技术分享,您的支持将鼓励我继续创作!